864 links
  • Links Lounge
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 39 / 44
Newer►
  • Symbiose - le webos libre et flexible

    Un WebOS vraiment bluffant. Voilà qui fait réfléchir.

    Wed Jan 2 14:25:54 2013 - permalink -
    - - - http://simonser.fr.nf/symbiose/
    OnMyServer Web
  • jsPerf: JavaScript performance playground
    Thu Dec 20 13:18:24 2012 - permalink -
    - - - http://jsperf.com/
    Javascript Optimisation
  • docs - SysadminTips
    Tue Dec 18 09:46:21 2012 - permalink -
    - - - http://wiki.soolbox.net/wiki/SysadminTips
    CommandLine Tools
  • Personnalisez le démarrage d’iPython | Sam & Max: Python, Django, Git et du cul
    Tue Dec 18 09:46:18 2012 - permalink -
    - - - http://sametmax.com/personnalisez-le-demarrage-dipython/
    Python
  • Determining if an object property exists | NCZOnline

    Pour déterminer si un élément d'un objet JSON existe ou non, pas besoin de jQuery ni de trucs farfelus !

    Prenons l'exemple de l’objet JSON suivant :
    [code]
    var person = {
    "name": "Fylhan"
    }
    [/code]
    Deux choix s'offrent à nous pour vérifier (comme il se doit) l’existence de l'élément "name".
    Avec "in" (si on se fiche de savoir si la propriété appartient à cet élément ou à son parent par héritage) :
    [code]
    if ('name' in person){
    //property exists
    }
    [/code]
    Ou avec "hasOwnProperty" :
    [code]
    if (person.hasOwnProperty('name')){
    //property exists
    }
    [/code]

    Mon Dec 17 15:00:08 2012 - permalink -
    - - - http://www.nczonline.net/blog/2010/07/27/determining-if-an-object-property-exists/
    Javascript JSON
  • Auto_css: Documentation
    Fri Dec 14 09:54:42 2012 - permalink -
    - - - http://www.warriordudimanche.net/vrac/auto_css/doc.htm
    CSS Framework
  • Mais où va Shaarli ? - 30 minutes par jour - Le Hollandais Volant

    Héhé, c'est sympa de partager comme ça !
    Je n'ai plus suivi les discussions au sujet des "discussions via Shaarli" ces derniers temps, mais ça a l'air de continuer ;-)

    Le plus amusant, c'est de voir les effets de bords (ici : http://shaarli.memiks.fr/?Qz6RJQ et ici : http://bajazet.fr/shaarli/index.php?bCQ1yQ) qui me font découvrir d'autres Shaarli !

    (via http://lehollandaisvolant.net/index.php?mode=links&id=20121213001945)

    Thu Dec 13 15:50:28 2012 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2012/mais-ou-va-shaarli
    Shaarli
  • How to use Git submodules | Jon Cairns
    Mon Nov 26 15:16:30 2012 - permalink -
    - - - http://joncairns.com/2011/10/how-to-use-git-submodules/
    Git
  • Swish - Easy SFTP for Windows

    Mapper disque SFTP sur Windows

    Fri Nov 16 15:17:25 2012 - permalink -
    - - - http://www.swish-sftp.org/
    FTP Tools Windows
  • Mais où va Shaarli ? - 30 minutes par jour

    En réponse à tout un tas de publication sur Shaarli, notamment :

    • http://sebsauvage.net/links/index.php?_MWIjA
    • http://lehollandaisvolant.net/index.php?mode=links&id=20121114224454
    • https://bajazet.fr/shaarli/?to3yZg
    Thu Nov 15 14:22:30 2012 - permalink -
    - - - http://30minparjour.la-bnbox.fr/2012/mais-ou-va-shaarli
    Réponse Shaarli
  • PHP: The Right Way
    Wed Nov 14 13:55:41 2012 - permalink -
    - - - http://www.phptherightway.com/#site-header
    Optimisation PHP Web
  • Liens/commentaires - Timo - Le Hollandais Volant - Liens en vrac de sebsauvage

    Oui exactement !!!
    RSS + Sémantique (RDF, RDFa ou microdata) et des plateformes pour les lire et interagir avec (ajouter, suivre, copier, répondre) comme Shaarli, Blogotext ou d'autres, voir même des requêtes SPARQL !

    Wed Nov 14 12:15:08 2012 - permalink -
    - - - http://sebsauvage.net/links/index.php?kTvyMQ
  • mythz/jquip

    jQuery en plus petit !

    Wed Nov 14 12:04:14 2012 - permalink -
    - - - https://github.com/mythz/jquip
    Javascript jQuery
  • Project HoneyPot sur mon blog - Timo - Le Hollandais Volant - Liens en vrac de sebsauvage
    Wed Nov 14 12:04:00 2012 - permalink -
    - - - http://sebsauvage.net/links/index.php?4Ajfyg
    HoneyPot OnMyServer PHP
  • Plain text -> generation -> Relevant model

    Quid du process : Plain text -> outils de génération -> model final (UML, Mindmap, PDF, ...)
    Des exemples de la vie courante ? Latex bien sûr ! Reste à trouver d'autres outils qui font ça bien...

    Avantages :

    • idéal pour la travail en collaboration (gestion de version)
    • gestion des différences possibles entre 2 versions
    • plus léger
    • moins long à charger
    • plus facile à mettre à jour

    Inconvénients:

    • pas aussi facile à utiliser (en partie parce qu'il y a une syntaxe à apprendre,
    • ou alors il faut des outils pour simplifier aussi l'édition du plain text... Bref, on en revient à la solution actuel avec plein de gros logiciels partout ;-)
    Tue Nov 13 15:39:48 2012 - permalink -
    - - - http://links.la-bnbox.fr/?FUy0Sg
    Generation Text2Stuff Thoughts UML
  • yuml-php - a PHP Adapter for http://yuml.me
    Tue Nov 13 15:32:48 2012 - permalink -
    - - - http://digitalkaoz.github.com/yuml-php/
    Generation PHP Text2Stuff UML
  • http - The definitive guide to forms based website authentication - Stack Overflow

    Ce topic est à lire en détail ! C'est un sujet qui m'intéresse et me passionne tout à la fois en ce moment. Mais le plus frustrant c'est qu'il est particulièrement difficile d'atteindre le système fiable et sûre à 99%. J'aimerai le créer au moins une fois, quit à le rendre non user-friendly, histoire de pouvoir faire correctement ma sauce dans de vrais projets.

    Fri Nov 9 09:15:31 2012 - permalink -
    - - - http://stackoverflow.com/questions/549/the-definitive-guide-to-forms-based-website-authentication
    Connection Form HTTP
  • Autoload avec modération - Jy[B]log
    Thu Nov 8 15:20:10 2012 - permalink -
    - - - http://ljouanneau.com/blog/post/2012/02/21/Autoload-avec-mod%C3%A9ration
    APC Autoload Include Optimisation PHP
  • SigFox - Découvrez l'offre du premier opérateur dédié au M2M et à l'Internet des Objets

    Trop bien ça ! Un réseau bas-débit, bas-prix !

    Thu Nov 8 11:20:57 2012 - permalink -
    - - - http://www.sigfox.com/fr/page/43-offre.html
    M2M Réseau
  • Games | GameBoom
    Wed Oct 31 09:06:01 2012 - permalink -
    - - - http://gameboom.net/games
    Game
Links per page: 20 50 100
◄Older
page 39 / 44
Newer►
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation